deleteJournalEntry

suspend fun deleteJournalEntry(id: String)

Deletes a journal entry by its ID.

Parameters

id

The ID of the journal entry to delete.


suspend fun deleteJournalEntry(journalEntry: JournalEntry)

Deletes a journal entry using the provided JournalEntry object.

Parameters

journalEntry

The journal entry to delete.